home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2109
/
2109.xpi
/
chrome
/
febe.jar
/
content
/
settings
/
directory.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-07-03
|
4KB
|
78 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay [
<!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >%febeDTD;
<!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >%febeHelpDTD;
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" >%globalDTD;
]>
<overlay id="febedirectoryOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<prefpane id="extbudir" label="&febe.prefpane.directory.label;"
onpaneload="febeCheckBuDestDir();febeDisableOpts();febeHideHelpIcons();">
<script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
<script type="application/x-javascript" src="chrome://febe/content/febe.js"/>
<script type="application/x-javascript" src="chrome://febe/content/febeOptions.js"/>
<script type="application/x-javascript" src="chrome://febe/content/febeScheduleBackup.js"/>
<script type="application/x-javascript" src="chrome://febe/content/febeUDBu.js"/>
<script type="application/x-javascript" src="chrome://febe/content/boxnet.js"/>
<script type="application/x-javascript" src="chrome://febe/content/febeObserver.js"/>
<stringbundleset id="febestringbundleset">
<stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
</stringbundleset>
<preferences>
<preference id="febeExtBUdirPR" name="extensions.febe.extBUdir" type="unichar" instantApply="true"/>
<preference id="useTimestampedDir" name="extensions.febe.useTimestampedDir" type="bool" instantApply="true"/>
<preference id="timestampformat" name="extensions.febe.timestamp.format" type="string" instantApply="true"/>
<preference id="maxBuDirs" name="extensions.febe.maxBuDirs" type="int" instantApply="true"/>
<preference id="clearDestDir" name="extensions.febe.clearDestDir" type="bool" instantApply="true"/>
<preference id="clearWarning" name="extensions.febe.clearwarning" type="bool" instantApply="true"/>
</preferences>
<groupbox class="box-inset">
<caption control="DestDirID" class="outset rounded">
<label id="febeBuDestDirCaption_id" value="&febe.bu.dest.dir;"/>
<image id="febeHelp27" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('27','&febe.bu.dest.dir;');" class="helpButton"/>
</caption>
<hbox>
<textbox flex="1" id="DestDirID" preference="febeExtBUdirPR"/>
<button label="&febe.browse.label;" oncommand="febeSelBUDestDir();"/>
</hbox>
<hbox>
<button id="febeviewbudirbtnID" label="&febe.viewbudirbtn;" oncommand="febeViewBuDir();"/>
</hbox>
<groupbox>
<hbox>
<checkbox id="useTimestampedDir_id" label="&febe.useTimestampedDir.label;" preference="useTimestampedDir" oncommand="febeDisableOpts();"/>
<image id="febeHelp01" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('01','&febe.useTimestampedDir.label;');" class="helpButton"/>
</hbox>
<hbox>
<label id="febeTimestampFormatLabelID" value="&febe.timestampformat.label;"/>
<radiogroup id="febeTimestampFormatID" preference="timestampformat" oncommand="febeTimestampDirCheck();">
<radio id="febeTimestampFormat1ID" selected="true" label="&febe.format.iso8601;" value="FEBE YYYY MM-DD hh.mm.ss"/>
<radio id="febeTimestampFormat2ID" label="&febe.format.european;" value="FEBE YYYY DD.MM hh.mm.ss"/>
</radiogroup>
</hbox>
<hbox align="center">
<label id="maxBuDirsLabelID" value="&febe.maxbudirs.label;" preference="maxBuDirs"/>
<textbox id="maxBuDirsID" preference="maxBuDirs" width="25" onchange="febeValidateMaxDirs();"/>
<image id="febeHelp16" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('16','&febe.maxbudirs.label;');" class="helpButton"/>
</hbox>
</groupbox>
<groupbox>
<hbox>
<checkbox id="clearDestDir_id" label="&febe.clearDestDir.label;" preference="clearDestDir" oncommand="febeDisableOpts();"/>
<image id="febeHelp02" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('02','&febe.clearDestDir.label;');" class="helpButton"/>
</hbox>
<hbox>
<checkbox class="indent" id="clearwarn_id" label="&febe.clearwarn.label;" preference="clearWarning"/>
<image id="febeHelp18" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('18','&febe.clearwarn.label;');" class="helpButton"/>
</hbox>
</groupbox>
</groupbox>
</prefpane>
</overlay>